dm: pci: Add a 'fall through' comment
authorSimon Glass <[email protected]>
Fri, 15 Jan 2016 12:23:21 +0000 (05:23 -0700)
committerTom Rini <[email protected]>
Fri, 15 Jan 2016 13:09:42 +0000 (08:09 -0500)
commitf19345b51c98bb2bdd54e0275a7a223e91dbd6bb
tree9bbf5d88e863fc96ba073783dc83ca385f58f74b
parent192bc6948b02ff4168cab16162fffb507946dc2b
dm: pci: Add a 'fall through' comment

For this class it is intended to set up the PCI device, so add a comment to
indicate this. This avoids a coverity warning.

Reported-by: Coverity (CID: 134194)
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
drivers/pci/pci_auto.c